home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- prompt hello CA$nBONIM $g
- echo.
- echo.
- echo.
- echo ╒═════════════════════════════════════════════════════════════════════╕
- echo │ You will now play Soko-Ban │
- echo │ -------------------------- │
- echo │ ..... Beware! This game is not for people with │
- echo │ ..... Low IQ so if you are one of these, then │
- echo │ ..... press CTRL-BREAK and exit the game │
- echo │ ..... otherwise if you want to try how clever │
- echo │ ..... you are then have in mind that the stage that │
- echo │ ..... you can reach times three (3) gives the total │
- echo │ ..... IQ factor of you!!! │
- echo │ ..... I wish you good luck, though it won't help !!! │
- echo ╘═════════════════════════════════════════════════════════════════════╛
- echo.
- echo.
- echo.
- pause
- soko
- echo.
- echo.
- echo.
- echo ╒═════════════════════════════════════════════════════════════════════╕
- echo │ You have played with Soko-Ban │
- echo │ ----------------------------- │
- echo │ ..... I hope you have enjoyed this game which deals with │
- echo │ ..... recursive logic. You have, probably, by now realized │
- echo │ ..... what your average IQ is but do not be dissappointed │
- echo │ ..... this world is full of stupid people like you! │
- echo │ │
- echo │ ..... Thank You! │
- echo │ │
- echo ╘═════════════════════════════════════════════════════════════════════╛
- echo.
-